<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* header_top start */
.header_top{
	height: 31px;
	font-size: 13px;
}
.header_top_left{
	float: left;
	line-height: 31px;
}
.header_top_left span{
	float: left;
	margin-right: 5px;
}
.header_top_left span a{
	color: var(--grey60);
	color: #606060\0;
}
.header_top_left a{
	margin-left: 7px;
	float: left;
	color: var(--blue);
	color: #0196fa\0;
}
.header_top_right{
	float: right;
	line-height: 11px;
	padding: 11px 0px 9px;
}
.header_top_right span a{
	color: var(--grey60);
	color: #606060\0;
}
.header_top_right span:before{
	content:'|';
	color: #dedede;
	margin: 0px 12px 0px 10px;
}
.header_top_right span:first-of-type:before{
	content:'';
	margin: 0px;
}
/* header_top end */

/* header_main start*/
.header_main{
	height: 146px;
	background: var(--white);
	background: #FFFFFF\0;
}
.header_main .zwd_content{
	overflow: hidden;
}
.header_main_left{
	width: 280px;
	padding: 33px 0px;
	float: left;
}
.header_main_left a{
	float: left;
	width: 163px;
	height: 46px;
	overflow: hidden;
}
.header_main_left p{
	width: 100%;
	float: left;
	font-weight: bold;
	font-size: 19px;
	line-height: 19px;
	margin-top: 14px;
}
.header_main_left p a{
	color: #333333;
	float: left;
	width: 100%;
	height: auto;
}
.header_main_center{
	width: 632px;
	float: left;
	padding: 32px 10px 0px;
}
.header_main_center_top{
	overflow: hidden;
	font-size: 14px;
	line-height: 32px;
}
.header_main_center_top a{
	color: var(--grey60);
	color: #606060\0;
	padding: 0px 14px;
	height: 32px;
	float: left;
}
.header_main_center_top a.active{
	color: var(--white);
	color: #FFFFFF\0;
	background: #007de4;
	border-radius: 3px 3px 0 0;
}
.header_main_center_top a:hover{
	color: var(--white);
	color: #FFFFFF\0;
	background: #007de4;
}
.header_main_center_main{
	width: 612px;
}
.header_main_serch{
	width: 510px;
	height: 38px;
	border: 2px solid #007de4;
	box-sizing: border-box;
	float: left;
	line-height: 34px;
	font-size: 15px;
	padding-left: 38px;
	background-image: url("../img/search_icon.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: 10px center;
	border-radius: 0 0 0 3px;
}
.header_main_button{
	outline: none;
	background: #007de4;
	color: var(--white);
	color: #FFFFFF\0;
	font-size: 17px;
	width: 102px;
	height: 38px;
	border: 0px;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
}
.header_main_bottom{
	height: 32px;
	line-height: 19px;
	padding-top: 13px;
	color: var(--grey60);
	color: #606060\0;
	font-size: 13px;
}
.header_main_bottom_zhuce{
	display: none;
}
.header_main_bottom_wangji{
	display: none;
}
.header_main_bottom span{
	float: left;
}
.header_main_bottom a{
	color: var(--grey60);
	color: #606060\0;
	margin: 0px 3px;
	float: left;
}
.header_main_right{
	width: 288px;
	float: right;
	padding: 28px 7px 12px 0px;
}
.header_main_right_right{
	display: none;
}
.header_main_right a{
	width: 95px;
	height: 106px;
	float: right;
	border: 1px solid #e2e2e2;
	margin-right: 12px;
	box-sizing: border-box;
	padding: 6px 13px 0px;
	background: #f9f9f9;
}
.header_main_right a:after{
	content: attr(text_title);
	line-height: 30px;
	font-size: 14px;
	color: var(--grey60);
	color: #606060\0;
	text-align: center;
	display: block;
	width: 100%;
}
.header_main_right a img{
	display: block;
	width: 67px;
	height: 67px;
}
/* header_main end*/

.header_nav_box{
	/* background-color: var(--blue); */
	background-color: #007de4;
}
.header_nav{
	padding-left: 220px;
	height: 40px;
	position: relative;
	/* background-color: var(--blue);
	background-color: #0196fa\0; */
}
.header_nav a{
	color: var(--white);
	color: #FFFFFF\0;
	font-size: 16px;
	margin: 0px 20px;
	padding: 0px 10px;
	float: left;
	line-height: 40px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
.header_nav a i {
	position: absolute;
	right: -16px;
	top: -2px;
	font-size: 10px;
	color: white;
	display: inline-block;
	background-color: red;
	height: 14px;
	line-height: 14px;
	padding: 3px;
	border-radius: 5px;
	transform: scale(.55);
	animation: abcA .6s linear 0s infinite alternate;
}
@keyframes abcA {
	0% {background-color: red;}
	100% {background-color: orange;}
}
.header_nav a:hover{
	color: var(--white);
	color: #FFFFFF\0;
}
.header_nav a:nth-of-type(2){
	margin-left: 0px;
	padding-left: 0px;
}
.header_nav a:first-of-type{
	margin: 0px;
	padding: 0px;
	width: 200px;
	position: absolute;
	left: 0px;
	/* background-color: var(--blue);
	background-color: #0196fa\0; */
	color: var(--white);
	color: #FFFFFF\0;
	text-align: center;
	height: 100%;
}
.header_nav a:first-of-type span{
	margin-right: 6px;
	font-size: 16px;
}





























</pre></body></html>